home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_477 / irmaster / readme < prev    next >
Text File  |  1992-05-06  |  2KB  |  33 lines

  1. This code is an uncompleted version of an IR remote controlled AREXX
  2. utility.  It is uncompleted because no one wants to pay me to finish
  3. it (great sadness...)  I have placed it in the public domain as an example
  4. of how to read an IR remote control signal using the parallel port.
  5. I take no responsibility for the correctness or usability of this
  6. code.  I would apologize for the funkyness of it but I'm giving
  7. it to you for free so just be glad I'm reasonably free with comments
  8. as to what's going on in it.
  9. The code runs as it is on an Amiga 1000 with 1.5M of RAM (I suspect it
  10. will run in 512K also) when compiled using Lattice's V5.04 C compiler
  11. and asm assembler.  I've only run it under V1.2 of the operating
  12. system so I don't know how it will work under V1.3 and higher.
  13. I've pulled out all the AREXX specific code so that you don't have
  14. to have AREXX to compile or run it.  The file Schematic.ilbm contains
  15. a simple electronics schematic for hooking a Radio Shack IR receiver
  16. to the parallel port on an A1000.  NOTE that if you have an Amiga
  17. other than an A1000 you must change the +5Vdc and gnd connections and
  18. use a male connector instead of a female.  I think the connections
  19. for other machines is pin 14 = +5Vdc and pin 25 = gnd but don't
  20. trust my memory---verify it!
  21. To try the code, plug in the hardware with the computer off, boot
  22. the computer, run the code, click on the LEARN button, then click
  23. on one of the 20 buttons in the upper right, enter a short name
  24. in the text requestor (next to the AREXX button) hit return and
  25. then press a button on your IR remote (you'll have press it twice
  26. so that it can be verified.)  The pattern of the digitized data
  27. will be drawn on the screen followed by the pattern of the
  28. differences between the first and second samples.  The code prompts
  29. you for most of this.  The rest of it I'll let you figure out for
  30. yourselves.  Have fun!
  31.  
  32. ron@vicorp.com or uunet!vicorp!ron
  33.